.title_h1 {
	font-size: 29px;
	line-height: 31px;
	color: #222;
	letter-spacing: 0px;
	margin-bottom: 22px;
	margin-top: 10px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
ul.row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	padding-left: 0px;
}
.row-title {
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
	letter-spacing: 12px;
	text-transform: uppercase;
}
.content ul {
	margin-left: 0px;
}
.box-button {
	transition: all 0.5s ease;
	cursor: pointer;
	width: 170px;
	margin: 0 10px 0px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
}
.box-button div {
	position: relative;
	height: 150px;
	width: 150px;
	display: flex;
	margin: 0px auto 5px auto;
	transition: all .3s ease-in-out;
}
.box-button div:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: #f46b45;
}
.box-button div img {
	position: relative;
	margin: auto
}
.box-button:hover div:before {
	background-color: #EDEDED;
	transition: all .3s ease-in-out;
}
.box-button p {
	color: #990000;
}
.calc-wrapper {
	position: fixed;
	background-image: url(../img/bg.jpeg);
	background-repeat: repeat;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
	box-sizing: border-box;
	overflow: auto;
}
.calc-wrapper * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	background: none;
	/*line-height: 1.2;*/

	font-size: 15px;
	color: #0F0F0F;
	-webkit-font-smoothing: antialiased;
}
.calc-info ul li img {
	vertical-align: initial;
}
.calc-wrapper * ul {
	list-style: none
}
.calc-wrapper a {
	color: #F00 !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.calc-wrapper a:hover {
	text-decoration: none;
}
/*.calc {
	width: 980px;
	margin: auto auto;
	display: flex;
	flex-flow: row nowrap;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	font-size: 16px;
	position: relative;
	background: #fff;
}
*/
.calc {
	width: 90%;
	margin: 150px auto;
	display: flex;
	flex-flow: row nowrap;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	font-size: 16px;
	position: relative;
	background: #fff;
}







.calc h1 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.calc p.h1 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.calc h2 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px
}
.calc button {
	cursor: pointer
}
.calc-close {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='20' width='20'><polyline points='0,0 20,20' stroke='black' stroke-width='1'/><polyline points='0,20 20,0' stroke='black' stroke-width='1'/></svg>") no-repeat center center/cover;
	margin-left: -40px;
	height: 20px;
	width: 20px;
	z-index: 1
}
.calc-close:hover {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='20' width='20'><polyline points='0,0 20,20' stroke='#878787' stroke-width='1'/><polyline points='0,20 20,0' stroke='#878787' stroke-width='1'/></svg>") no-repeat center center/cover;
}
.calcClose {
	position: absolute;
	top: -10px;
	right: -5px;
	margin-left: 40px;
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	z-index: 1;
	cursor: pointer;
}
.calcClose:after, .calcClose:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 47px;
	background-color: #434343;
	display: block;
	top: 37px;
	border-radius: 2px;
}
.calcClose:hover:before, .calcClose:hover:after {
	background-color: #ccc;
}
.calcClose:after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}
.calcClose:before {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}
.calc-top-w {
	position: absolute;
	background: #fff;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 63px;
	z-index: 1;
	border-bottom: 1px solid #fdd393;
}
.calc-top {
	position: absolute;
	left: 20px;
	top: 12px;
	z-index: 1
}
.calc-right {
	width: 50%;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.calc-right>img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px
}
.calc-price {
	/*display: flex;















	flex-flow: row nowrap;*/















	padding: 10px;
	border: #ED503C solid 2px;
}
.calc-price p {
	text-align: left;
	display: inline-block;
	line-height: 16px;
	/*letter-spacing: -1px;*/
	font-size: 18px;
}
@media (max-width: 768px) {
.calc-price p {
    font-size: 14px;
}
}
.calc-price p span#totalPriceOut {
	display: block;
	margin-top: 5px;
	margin-right: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #b46f00;
}
.calc-price p span#totalPlOut {
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 26px;
	font-weight: 600;
	color: #ed503c00;
}
.calc-price p span#boxPriceOut {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	font-weight: 400;
	color: #3a7c07;
}

.calc-price p span#totalPriceOut_2 {
	display: block;
	margin-top: 5px;
	margin-right: 20px;
	font-size: 26px;
	font-weight: 600;
	color: #ed503c00;
}
.calc-price p span#boxPriceOut_2 {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	font-weight: 400;
	color: #ed503c;
}
/*.calc-price p:nth-of-type(1) {















	width: 100%















}















.calc-price p:nth-of-type(2) {















	width: 100%















}*/















.calc-notes {
	font-weight: 600;
	text-align: center;
	color: #ed503c;
	margin-bottom: 20px;
	border-bottom: 1px solid #fde3b9
}
.calc-notes p {
	font-size: 16px;
	font-weight: 700;
	color: #F00;
}
.calc-info li {
	margin-bottom: 1px;
	list-style: disc;
	margin-left: 15px;
	line-height: 1.5;
}
.calc-info>p {
	margin-top: 15px;
	line-height: 1.2;
}
.calc-left {
	width: 50%;
	background: #fff;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-flow: column nowrap;
	position: relative
}
.calc-3d {
	width: 100%;
	height: 410px;
	margin-bottom: 20px;
	margin-top: -50px;
}
.noUi-base {
	position: absolute;
	left: 11px;
	top: calc(50% - 6px);
	height: 6px;
	width: calc(100% - 22px);
	background: #ed503c
}
.noUi-base:hover .noUi-handle {
	background: #fde3b9
}
.noUi-base:before {
	content: "";
	position: absolute;
	left: -11px;
	background: #ed503c;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	width: 11px;
	height: 100%
}
.noUi-origin {
	background: #fde3b9;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto
}
.noUi-origin:after {
	content: "";
	position: absolute;
	right: -11px;
	background: #fde3b9;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	width: 11px;
	height: 100%
}
.noUi-handle {
	width: 22px;
	height: 22px;
	background: #ed503c;
	border: solid white 6px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4)
}
.calc-slider {
	height: 20px;
	margin-bottom: 10px;
	position: relative;
	top: 3px;
}
.calc-slider-input {
	/*display: flex;*/















	/*padding-right: 30px;*/















	position: relative;
	align-items: flex-end;
	margin-bottom: 10px;
	line-height: 1.2;
}
/*.calc-slider-input:after {















	position: absolute;















	right: 0;















	bottom: 6px;















	content: "мм"















}*/















.calc-slider-input input {
	/*width: 68px;*/



	margin-left: auto;
	text-align: left;
	border-radius: 4px;
	border: 1px solid #bdc3c7;
	padding: 4px;
	float: right;
	margin-top: -5px;
	background: #fff;
	height: 30px;
}
 .calc-slider-input input::-webkit-inner-spin-button {
 opacity: 1;
}
.calc-slider-input input:hover {
	border: 1px solid #676767;
}
.calc-slider-input input:focus {
	border: 1px solid #ed503c;
}
.calc-print {
	margin: 5px 0 15px;
	height: 30px;
	display: flex;
	flex-flow: row nowrap;
	border-radius: 4px
}
.calc-print button {
	background: none;
	transition: all 0.5s ease;
	color: #000;
	flex: 0 0 auto;
	height: 40px;
	width: 40px;
	margin-left: 0px;
	margin-right: 8px;
	border: 2px solid #ed503c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.calc-print button.selected, .calc-print button:hover {
	background: #ed503c;
	color: white
}
.calc-count-wrapper {
	margin-bottom: 15px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}
.calc-count-wrapper label {
/*width: calc(50% - 5px)*/



}
.calc-count-wrapper label input {
	width: 100%;
	margin-top: 5px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #bdc3c7;
	padding: 4px 4px 4px 10px;
	background: #fff;
	display: block;
}
 .calc-count-wrapper label input::-webkit-inner-spin-button {
 opacity: 1;
}
.calc-count-wrapper label input:hover {
	border: 1px solid #676767;
}
.calc-count-wrapper label input:focus {
	border: 1px solid #ed503c;
}
.calc-count-wrapper label select {
	display: none
}
.calc-carton-select {
	/*width: calc(33% - 5px);*/















	display: flex;
	flex-flow: column nowrap
}
.calc-carton-select label {
	width: 100%;
	padding: 5px 30px 5px 5px;
	border: 1px solid #ed503c;
	border-radius: 4px;
	margin-bottom: 5px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	margin: 3px auto;
	background: none;
	/* height: 31px; */
	line-height: 1.1;
}
/*.calc-carton-select label:hover {



	background: #FDE3B9;



	-webkit-transition: all 1s ease;



	-moz-transition: all 1s ease;



	-o-transition: all 1s ease;



	-ms-transition: all 1s ease;



	transition: all 1s ease;



}



.calc-carton-select label.selected {



	background: none;



}*/



.calc-carton-select input[type=radio] {
	display: none
}
.calc-carton-select label:after {
	display: block;
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}
.calc-carton-select label.selected {
 z-index: expression(runtimeStyle.zIndex = 1, this.innerHTML = "done" + this.innerHTML)
}
.calc-carton-select label.selected:after {
	display: block;
	position: absolute;
	font-family: 'Material Icons';
	font-size: 20px;
	/*content: "done";*/















	content: url(../img/gg-w.png);
	height: 20px;
	width: 20px;
	right: 10px;
	top: 50%;
	padding-bottom: 2px;
	padding-top: 0px;
}
.calc-carton-select label:nth-of-type(1):after {
	background: #fff;
	border: 1px solid #ed503c;
	border-radius: 2px;
}
.calc-carton-select label:nth-of-type(2):after {
	background: #fff;
	border: 1px solid #ed503c;
	border-radius: 2px;
}
.calc-carton-select label.selected:nth-of-type(1):after {
	color: #fff;
	background: #ed503c;
}
.calc-carton-select label.selected:nth-of-type(2):after {
	color: #fff;
	background: #ed503c;
}
.calc-select {
	margin-top: 5px;
	height: 30px;
	/*border-radius: 4px;*/



	background: #ed503c;
	transition: all 0.5s ease;
	width: 125%;
	position: relative;
	font-size: 14px;
	cursor: pointer;
}
.calc-select:hover {
	background: #FF2919;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.calc-select:after {
	content: "";
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='8' width='12'><polyline points='0,0 12,0 6,8' stroke='none' fill='white'/></svg>");
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 8px
}
.calc-select.opened {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.calc-select.opened:after {
	transform: translateY(-50%) rotate(180deg)
}
.calc-placeholder {
	padding: 5px 10px 5px 10px;
	line-height: 20px;
	color: white
}
.calc-options {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none
}
.calc-options li {
	height: 25px;
	line-height: 20px;
}
.calc-options li:nth-child(2n) {
	background-color: #E8E8E8;
	border-bottom: 1px solid #fff;
}
.calc-options li:nth-child(2n+1) {
	background-color: #d6d6d6;
	border-bottom: 1px solid #fff;
}
.calc-options li:nth-child(2n):hover {
	background: #FDD393;
	color: #000;
}
.calc-options li:nth-child(2n+1):hover {
	background: #FDD393;
	color: #000;
}
.calc-select.opened .calc-options {
	display: block
}
.calc-option {
	padding: 2px 0;
	margin-bottom: 0
}
.calc-order {
	background: #ed503c;
	color: #fff;
	/*border-radius: 4px;*/



	border: 2px solid #ed503c;
	transition: all 0.5s ease;
	padding: 10px 0;
	width: 100%;
	margin-top: 5px;
	margin-left: 5px;
}
.calc-order:hover {
	background: none;
	color: #000000;
}
.calc-reset-button {
	position: absolute;
	width: 60px;
	font-size: 14px;
	font-weight: 600;
	top: 355px;
	background: none;
	color: #ed503c;
	border-radius: 4px;
	transition: all 0.5s ease;
	padding: 5px 0;
	right: 20px;
	border: 2px solid #ed503c;
}
.calc-reset-button:hover {
	background: #ed503c;
	border: 2px solid #ed503c;
	color: #fff;
}
.warning-int {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	top: 65px;
	color: #ff0000;
	margin-left: -30px;
}
.calc-order:disabled {
	background: gray
}
.calc-popup-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	overflow: auto;
}
.calc-popup {
	width: 460px;
	background: white;
	position: relative;
	padding: 10px;
	margin: auto;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5)
}
.calc-popup h2 {
	font-weight: 800;
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px
}
.calc-popup span {
	font-weight: 800;
}
.calc-popup>p {
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: left;
}
.calc-popup input {
	padding: 10px;
	display: block;
	border: 2px solid #bdc3c7;
	width: 100%;
	border-radius: 4px;
	margin-top: 5px;
	height: 40px;
}
.calc-popup textarea {
	padding: 10px;
	display: block;
	border: 2px solid #bdc3c7;
	width: 100%;
	border-radius: 4px;
	margin-top: 5px;
}
.calc-popup input[type=submit] {
	background: #ed503c;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: 600;
	/*border-radius: 4px;*/



	border: 2px solid #ed503c;
	transition: all 0.5s ease;
	padding: 10px 0;
	width: 100%;
	margin-top: 5px;
	margin-left: 0px;
}
.calc-popup input[type=submit]:hover {
	background: none;
	color: #000000;
}
.calc-popup label {
	display: block;
	margin-bottom: 15px;
	text-align: left;
	line-height: 13px;
}
/*  SECTIONS  */















.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */















.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */















.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
/*  GRID OF TWO  */















.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 48.2%;
}
.span_1_of_2-1 {
	width: 45.2%;
}
.span_1_of_2-2 {
	width: 53.2%;
}
/*  GRID OF THREE  */















.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.13%;
}
.span_1_of_3 {
	width: 32.26%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */































@media only screen and (max-width: 480px) {
.col {
	margin: 1% 0 1% 0%;
}
}

@media only screen and (max-width: 480px) {
.span_2_of_2, .span_1_of_2 {
	width: 100%;
}
.span_3_of_3, .span_2_of_3, .span_1_of_3 {
	width: 100%;
}
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/*----------------------------alert------------------------------------*/















.calc-error {
	position: absolute;
	top: 150px;
	left: 15px;
	width: 100%;
	display: none
}
.calc-error--visible {
	display: block
}
.calc-error-warning {
	display: block;
	font-size: 22px;
	color: #fff;
}
.calc-error-warning div {
	display: block;
	color: #fff;
}
.notif {
	width: 420px;
	height: 150px;
	margin: 10px auto;
	color: white;
	border-radius: 4px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.notif h2 {
	font-size: 32px;
	margin-bottom: 0px;
	color: #fff;
}
.notif--success {
	background: #39cccc;
}
.notif--error {
	background: rgba(225,0,0,0.70);
}
.notif__icon {
	padding: 20px;
	font-size: 56px;
}
.notif__content, .notif__actions {
	height: 100%;
	float: left;
}
.notif__content {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.notif__content i {
	font-size: 76px;
	color: #fff;
}
.notif__title {
	margin-bottom: 0.2em;
	font-size: 2em;
}
span.notif__subtitle {
	width: 200px;
}
.notif__actions {
	width: 15%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.4);
}
.notif__actions > * {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.notif__action {
	position: relative;
	text-align: center;
	text-decoration: none;
}
.notif__action:hover {
	background: rgba(0, 0, 0, 0.4);
}
.notif__action:hover:after {
	display: block;
}
.notif__action:after {
	content: attr(data-tooltip);
	display: none;
	position: absolute;
	right: 110%;
	top: 50%;
	margin-top: -1em;
	padding: 0.5em 1em;
	text-align: center;
	white-space: nowrap;
	background: #141414;
	border-radius: 4px;
}
.notif__action > * {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	font-size: 24px;
}
.notif a {
	color: inherit;
}
/*# sourceMappingURL=style.map */



#cboxPrevious p {
	display: block;
	text-indent: 0px;
	font-size: 12px;
	line-height: 12px;
	width: 100px;
	margin-top: 69px;
	color: #ed503c;
	font-weight: 600;
}
#cboxNext p {
	display: block;
	text-indent: 0px;
	font-size: 12px;
	line-height: 12px;
	width: 100px;
	margin-top: 69px;
	color: #ed503c;
	font-weight: 600;
}
